projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4803e62
)
(Fmake_local_variable): Doc fix.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 1 Nov 2001 20:48:10 +0000
(20:48 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 1 Nov 2001 20:48:10 +0000
(20:48 +0000)
src/data.c
patch
|
blob
|
history
diff --git
a/src/data.c
b/src/data.c
index 0564792cfb50530d6680d02fc64aadb6304c666b..247085afdce2bceb172d4284ba3208ce1f915467 100644
(file)
--- a/
src/data.c
+++ b/
src/data.c
@@
-1494,7
+1494,7
@@
This function returns VARIABLE, and therefore
works.
Do not use `make-local-variable' to make a hook variable buffer-local.
-
Use `make-local-hook' instead
. */)
+
Instead, use `add-hook' and specify t for the LOCAL argument
. */)
(variable)
register Lisp_Object variable;
{